home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 367
- Top = 227
- BorderStyle = bsDialog
- Caption = 'About'
- ClientHeight = 213
- ClientWidth = 298
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 281
- Height = 161
- BevelInner = bvRaised
- BevelOuter = bvLowered
- ParentColor = True
- TabOrder = 0
- object ProgramIcon: TImage
- Left = 8
- Top = 8
- Width = 65
- Height = 57
- Picture.Data = {<image000.bmp>}
- Stretch = True
- IsControl = True
- end
- object ProductName: TLabel
- Left = 88
- Top = 16
- Width = 65
- Height = 13
- Caption = 'Pass Leecher'
- IsControl = True
- end
- object Version: TLabel
- Left = 88
- Top = 40
- Width = 53
- Height = 13
- Caption = 'Version 1.0'
- IsControl = True
- end
- object Copyright: TLabel
- Left = 8
- Top = 80
- Width = 117
- Height = 13
- Caption = 'Copyright 1999 Phobetor'
- IsControl = True
- end
- object Comments: TLabel
- Left = 8
- Top = 104
- Width = 238
- Height = 13
- Caption = 'Thanx to Phantom, Voxy and Lunatic for feedback'
- WordWrap = True
- IsControl = True
- end
- end
- object OKButton: TButton
- Left = 111
- Top = 180
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- end
-